ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ListBox<T> Class / ItemTemplateContent Property






In This Topic
    ItemTemplateContent Property (ListBox<T>)
    In This Topic
    Gets or sets the id of the template used to generate each list item.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter)>
    Public Property ItemTemplateContent As System.String
    'Usage
     
    
    Dim instance As ListBox(Of T)
    Dim value As System.String
     
    instance.ItemTemplateContent = value
     
    value = instance.ItemTemplateContent
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public System.string ItemTemplateContent {get; set;}
    public read-write property ItemTemplateContent: System.String; 
    JsonConverterAttribute(C1.Web.Mvc.Serialization.TemplateConverter)
    public function get,set ItemTemplateContent : System.String
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public: __property System.string* get_ItemTemplateContent();
    public: __property void set_ItemTemplateContent( 
       System.string* value
    );
    [JsonConverter(C1.Web.Mvc.Serialization.TemplateConverter)]
    public:
    property System.String^ ItemTemplateContent {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also